func math/big.alias
22 uses
math/big (current package)
float.go#L1232: al := alias(z.mant, x.mant) || alias(z.mant, y.mant)
float.go#L1279: al := alias(z.mant, x.mant) || alias(z.mant, y.mant)
int.go#L321: if z == y || alias(z.abs, y.abs) {
int.go#L352: if z == y || alias(z.abs, y.abs) {
int.go#L591: if z == m || alias(z.abs, m.abs) {
nat.go#L374: func alias(x, y nat) bool {
nat.go#L427: if alias(z, x) || alias(z, y) {
nat.go#L576: if alias(z, x) {
nat.go#L719: if !alias(z, x) {
nat.go#L744: if !alias(z, x) {
nat.go#L911: if alias(z, limit) {
nat.go#L947: if alias(z, x) || alias(z, y) {
nat.go#L1369: if alias(z, x) {
nat.go#L1401: if alias(z, x) {
nat.go#L1409: if alias(z, y) {
natdiv.go#L506: if alias(z, u) {
natdiv.go#L609: if alias(z, u) {
rat.go#L309: if &z.a == b || alias(z.a.abs, babs) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |